home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Shareware
/
Business Shareware.iso
/
start
/
edu
/
vargra1
/
section.frm
< prev
next >
Wrap
Text File
|
1993-03-26
|
1KB
|
22 lines
{This form writes the scores for all tasks for all students in the class!
{[OnePerPage] <- Add this command to print one set of students per page
Class: [classname]
Date: [date][PageNumbers]
[header]["Task Number":12][" ":2]["Task Name":20][" ":2]["Task Number":12][" ":2]["Task Name":20]
[repeat(2)][dtask@1][TaskNum:6][" ":8][TaskName:20][" ":2][dtask(2)+][TaskNum:6][" ":8][TaskName:20]
[loop:1{start at one}:4{do four tasks at a time}]
[header]["Name":21][dtask][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12][dtask+][TaskNum:12]
[students][name:22][dtask][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2][dtask+][taskscore:12:2]
[loopend:8000{last possible task}]
{The following put the Task Name at the top of the line, instead of the number
{Remove the these two comment lines, and the LEFT CURLY BRACKETS below to print them:
{[loop:1:3]
{[header]["Name":21][RJust][dtask][TaskName:18][dtask+][TaskName:18][dtask+][TaskName:18][LJUST]
{[students][name:21][dtask][taskscore:18:2][dtask+][taskscore:18:2][dtask+][taskscore:18:2]
{
{[loopend:8000]